Skip to content

Commit be5bf78

Browse files
huplingsuper-linter
authored andcommitted
chore: fix linting issues [skip ci]
1 parent ddba24d commit be5bf78

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

action-templates/actions/action-maven-build/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ outputs:
1717
cyclone-artifact-id:
1818
value: ${{steps.upload-sbom-artifact.outputs.artifact-id}}
1919
cyclone-path:
20-
value: ${{steps.artifact-name.outputs.cyclone-path}}
20+
value: ${{steps.artifact-name.outputs.cyclone-path}}
2121

2222
runs:
2323
using: "composite"
@@ -43,8 +43,8 @@ runs:
4343
env:
4444
APP_PATH: ${{inputs.app-path}}
4545
run: |
46-
echo "artifact-name=${{hashFiles(format('./{0}/pom.xml', inputs.app-path))}}" >> "$GITHUB_OUTPUT"
47-
echo "cyclone-path=$APP_PATH/target/classes/META-INF/sbom/application.cdx.json" >> "$GITHUB_OUTPUT"
46+
echo "artifact-name=${{hashFiles(format('./{0}/pom.xml', inputs.app-path))}}" >> "$GITHUB_OUTPUT"
47+
echo "cyclone-path=$APP_PATH/target/classes/META-INF/sbom/application.cdx.json" >> "$GITHUB_OUTPUT"
4848
shell: bash
4949
- id: upload-artifact
5050
name: Upload artifact

action-templates/actions/action-npm-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ outputs:
2525
cyclone-artifact-id:
2626
value: ${{steps.upload-sbom-artifact.outputs.artifact-id}}
2727
cyclone-path:
28-
value: ${{steps.artifact-name.outputs.cyclone-path}}
28+
value: ${{steps.artifact-name.outputs.cyclone-path}}
2929
runs:
3030
using: "composite"
3131
steps:

action-templates/actions/action-trivy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ inputs:
1818
description: "scan type, e.g. fs or sbom"
1919
required: false
2020
default: "fs"
21-
21+
2222
runs:
2323
using: "composite"
2424
steps:
2525
- name: Checkout repository
26-
if: inputs.scan-type == 'fs'
26+
if: inputs.scan-type == 'fs'
2727
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
fetch-depth: 0 # Required for vitepress lastUpdated

0 commit comments

Comments
 (0)