Endret til nytt skjerming-api og oppdatert sonar #228
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lib security-token-service | |
on: | |
push: | |
paths: | |
- libs/security-token-service/** | |
- .github/workflows/lib.security-token-service.yml | |
jobs: | |
scan: | |
name: Scan | |
uses: ./.github/workflows/common.scan.sonar.yml | |
with: | |
working-directory: 'libs/security-token-service/' | |
secrets: | |
NAV_TOKEN: ${{ secrets.NAV_TOKEN }} | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
build: | |
name: Build | |
uses: ./.github/workflows/common.java-build.yml | |
with: | |
working-directory: 'libs/security-token-service/' | |
secrets: | |
NAV_TOKEN: ${{ secrets.NAV_TOKEN }} |