We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a282747 commit 7f3a744Copy full SHA for 7f3a744
1 file changed
.github/workflows/scan.yml
@@ -37,7 +37,7 @@ jobs:
37
spectral-dsn: ${{ env.SPECTRAL_DSN }}
38
spectral-args: scan --fail-on-error --engines secrets,iac,oss --asset-mapping github.${{ github.repository_owner }}
39
40
- audit-code:
+ jfrog-code:
41
runs-on: ubuntu-latest
42
steps:
43
- uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
48
with:
49
json-file: path/to/your/jsonfile.json
50
51
- audit-dependency:
+ jfrog-dependency:
52
53
54
0 commit comments